Platform Explorer / Nuxeo Platform 6.0

Operation Traces.ToggleRecording (Traces.toggleRecording)

Description

Toggle Automation call tracing (you can set the 'enableTrace' parameter if you want to explicitly set the traceEnable value
Operation id Traces.ToggleRecording
Category Execution Context
Label Traces.toggleRecording
Requires
Since

Parameters

Name Description Type Required Default value
enableTrace boolean no  

Signature

Inputs void
Outputs boolean

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.traces.AutomationTraceToggleOperation
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Traces.ToggleRecording",
  "label" : "Traces.toggleRecording",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Toggle Automation call tracing (you can set the 'enableTrace' parameter if you want to explicitly set the traceEnable value",
  "url" : "Traces.ToggleRecording",
  "signature" : [ "void", "boolean" ],
  "params" : [ {
    "name" : "enableTrace",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}